home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / xmp / xmpp.h < prev   
C/C++ Source or Header  |  1999-01-01  |  1KB  |  37 lines

  1. #ifndef _XmpP_h_
  2. #define _XmpP_h_
  3. #include <X11/Xmp/COPY>
  4.  
  5. /*
  6. * SCCS_data: @(#) XmpP.h    1.4 92/03/18 11:12:16
  7. *
  8. *    This module contains declarations private to the implementation
  9. *    of the Xmp library.
  10. *
  11. *******************************************************************************
  12. */
  13.  
  14. #include <X11/Wc/WcCreateP.h>
  15. #include <X11/Xmp/Xmp.h>
  16.  
  17. void XmpCvtStringToXmString    ( CONVERTER(NULL) );
  18. void XmpCvtStringToMenuWidget    ( CONVERTER(wcWidgetCvtArgs) );
  19.  
  20. void XmpPopupACT ( ACTION( menu ) );
  21. void XmpFixTranslationsACT ( ACTION( text ) );
  22. void XmpFixTranslationsCB ( CALLBACK( text ) );
  23. void XmpAddMwmCloseCallbackACT ( ACTION( shell_cbList ) );
  24. void XmpAddMwmCloseCallbackCB ( CALLBACK( shell_cbList ) );
  25. void XmpAddTabGroupCB ( CALLBACK( tabGroupWidgetNameOpt ) );
  26. void XmpAddTabGroupACT ( ACTION( tabGroupWidgetNameOpt ) );
  27. void XmpTableChildConfigCB ( CALLBACK( child_col_row_hSpan_vSpan ) );
  28. void XmpTableChildConfigACT ( ACTION( child_col_row_hSpan_vSpan ) );
  29. void XmpTableChildPositionCB( CALLBACK( child_col_row ) );
  30. void XmpTableChildPositionACT ( ACTION( child_col_row ) );
  31. void XmpTableChildResizeCB( CALLBACK( child_hSpan_vSpan ) );
  32. void XmpTableChildResizeACT ( ACTION( child_hSpan_vSpan ) );
  33. void XmpTableChildOptionsCB( CALLBACK( child_opts ) );
  34. void XmpTableChildOptionsACT ( ACTION( child_opts ) );
  35.  
  36. #endif /* _XmpP_h_ */
  37.